You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Trunc Method > Vector.Trunc Method ([In] TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Trunc Method ([In] TMtxVec, int, int, int)

Truncate Src object elements [SrcIndex]..[SrcIndex+Len-1] and store the results to calling object elemenents [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TMtxVec Trunc([In] TMtxVec Src, int SrcIndex, int Index, int Len);

Size and Complex property of calling object must be set explicitly to match those of Src object. An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!